Class NATv6PoolImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.NATv6PoolImpl
All Implemented Interfaces:
IPCData, NATv6Pool

public class NATv6PoolImpl extends IPCDataImpl implements NATv6Pool
  • Field Details

  • Constructor Details

    • NATv6PoolImpl

      public NATv6PoolImpl()
  • Method Details

    • getPoolName

      public String getPoolName()
      Specified by:
      getPoolName in interface NATv6Pool
      Returns:
      String Returns a String
    • setPoolName

      public void setPoolName(String poolName)
      Specified by:
      setPoolName in interface NATv6Pool
      Parameters:
      poolName - Takes in a parameter of poolName
    • getStartIp

      public IPAddress getStartIp()
      Specified by:
      getStartIp in interface NATv6Pool
      Returns:
      IPAddress Returns a IPAddress
    • setStartIp

      public void setStartIp(IPAddress startIp)
      Specified by:
      setStartIp in interface NATv6Pool
      Parameters:
      startIp - Takes in a parameter of startIp
    • getEndIp

      public IPAddress getEndIp()
      Specified by:
      getEndIp in interface NATv6Pool
      Returns:
      IPAddress Returns a IPAddress
    • setEndIp

      public void setEndIp(IPAddress endIp)
      Specified by:
      setEndIp in interface NATv6Pool
      Parameters:
      endIp - Takes in a parameter of endIp
    • getMask

      public IPAddress getMask()
      Specified by:
      getMask in interface NATv6Pool
      Returns:
      IPAddress Returns a IPAddress
    • setMask

      public void setMask(IPAddress mask)
      Specified by:
      setMask in interface NATv6Pool
      Parameters:
      mask - Takes in a parameter of mask
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Specified by:
      read in class IPCDataImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object